This file describes RSU32's return values which can be queried using the
Windows 95/NT construct "if errorlevel". In general, RSU32 returns the most 
recent error code it encountered as its error level.


Error level 		Meaning
0			No error
1			Memory allocation error
2			Command construction error
3			File access error
4			Syntax error
5			IF/ELSE mismatch error
6			IF Bios no longer supported error
7			IF/END IF mismatch error
8			Too much nested if's error (max. 4096)
9			Section not found error (for reading)
10			Section or Line not found error (for writing)
11			Line not found error (for reading)
12			Unknown command line option error
13			Registry key could not be opened/created error
14			Invalid registry value type error
15			Existing registry key could not be openend error
16			Registry key could not be deleted error
17			User abort error
